﻿/* General  
----------------------------------------------------------*/
/*#region*/
html {
    margin: 0;
    padding: 0;
}

header, footer, hgroup,
nav, section {
    display: block;
}

body {
    background: #fff;
    color: #696969;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","黑体",Arial,sans-serif;
    font-size: 14px;
}

a:link {
    color: #3b3420;
    text-decoration: none;
}

a:visited {
    color: #3b3420;
    text-decoration: none;
}

a:hover {
    color: #2244F1;
    text-decoration: none;
}

a:active {
    color: #a52f09;
}

/*菜单按钮样式*/
.menubutton {
	-moz-box-shadow:inset 0px 0px 14px -3px #f2fadc;
	-webkit-box-shadow:inset 0px 0px 14px -3px #f2fadc;
	box-shadow:inset 0px 0px 14px -3px #f2fadc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dbe6c4), color-stop(1, #9ba892));
	background:-moz-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-webkit-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-o-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-ms-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:linear-gradient(to bottom, #dbe6c4 5%, #9ba892 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe6c4', endColorstr='#9ba892',GradientType=0);
	background-color:#dbe6c4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #b2b8ad;
	display:inline-block;
	cursor:pointer;
	color:#757d6f;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ced9bf;
}
.menubutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9ba892), color-stop(1, #dbe6c4));
	background:-moz-linear-gradient(top, #9ba892 5%, #dbe6c4 100%);
	background:-webkit-linear-gradient(top, #9ba892 5%, #dbe6c4 100%);
	background:-o-linear-gradient(top, #9ba892 5%, #dbe6c4 100%);
	background:-ms-linear-gradient(top, #9ba892 5%, #dbe6c4 100%);
	background:linear-gradient(to bottom, #9ba892 5%, #dbe6c4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ba892', endColorstr='#dbe6c4',GradientType=0);
	background-color:#9ba892;
}
.menubutton:active {
	position:relative;
	top:1px;
}

/*登录窗口样式*/
.Login_Frame {
    margin: 0px auto;
    width: 100%;
}

.Login_Top {
    background-color:#fff;
    height :60px;
    /*background: url(images/login_body.png) no-repeat;*/
}
.Login_Bot {
    background-color:#fff;
    height :60px;
    text-align :center;
}
.Login {
    height :350px;
    border :0px solid #9ba892;
    background: url(Images/login_bg.png) no-repeat;
}
.Login_Input_Panel {
    width:330px;
    float :right;
    margin-top:25px;
    margin-right:150px;
    padding :10px 35px 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}
.Login_Input {

}
.Login_Reg {
    text-align :right;
}
.ErrMsg {
    color: #ff3030;
    height: 40px;
    font-weight: 600;
}
/*前台浏览CSS默认主题*/
.FrontPage {
    width: 980px;
    margin: 0 auto;
}
.FrontTop {
    width: 100%;
    margin: 0 auto;
    height :80px;
    position:relative; 
    background:#01519a url(Images/topbg.png) no-repeat;
}
.FrontTopLeft {
    float: left;
    width: 280px;
    height: 80px;

}
.FrontTopRight {
    margin-left: 275px;
    height: 80px;

}
.FrontTopRightTop {
    padding: 10px 30px 0 10px;
    text-align: right;
    color: #fff;
}
.FrontTopRightTop a:link {
    color: #efefef;
}
.FrontTopRightTop a:hover {
    color: #c0c0c0;
}
.FrontTopRightTop a:visited {
    color: #efefef;
}
.FrontTopRightBot {
    margin-top: 25px;
    height: 30px;
    padding: 5px 10px 0 0px;
    color: #e6e3d8;
}
.FrontTopMenu {
    margin-top: 0px;
    height: 50px;
    padding: 5px 10px 0 0px;
    color: #e6e3d8;
    text-align: center;
    background-color:#9ba892;
}
.FrontAd{
    margin-top: 0px;
    margin-bottom: 0px;
}
.FrontContent {
    width: 100%;
    margin: 0 auto;
    height:auto !important;
    border:0px solid red;
    position:relative; 
    overflow:auto;
}
.FrontLeft {
    width: 260px;
    margin-top: 0;
    border: 0px solid #c0c0c0;
    float: left;
    height:auto !important;
    /*background-color:#efefef;*/
}
.FrontRight {
    margin-left: 265px;
    border: 1px solid #c0c0c0;
    border: 0px solid #c0c0c0;
}
.FrontRight p{
    line-height :1.5;
    text-indent: 2em; 

}
.FrontBot {
    text-align: center;
    clear: both;
    height :30px;
    position:relative; 
}
.FrontTable{
    width:100%;
    border:0px solid #808080;
    border-collapse:collapse;
}
.FrontTable td{
    border:0px solid #808080;
    color:#3b3420;
}
/* 登陆后主页面配置
----------------------------------------------------------*/
.MainPage {
    width: 100%;
    margin: 0 auto;
}
.MainTop {
    width: 100%;
    margin: 0 auto;
    height :100px;
    position:relative; 
    background:#007378 url(../Images/admin_header_bg.png);
}
.MainTopLeft {
    float: left;
    width: 280px;
    height: 100px;
    background:#007378 url(Images/admin_logo.png) no-repeat;
}
.MainTopRight {
    margin-left: 275px;
    height: 100px;
    background:url(Images/admin_main_top.png) no-repeat right;
}
.MainTopRightTop {
    padding: 10px 30px 0 10px;
    text-align: right;
    color: #dbfeff;
}
.MainTopRightBot {
    margin-top: 25px;
    height: 30px;
    padding: 5px 10px 0 0px;
    color: #e6e3d8;
}

.login_info {
    color: #fff728;
    font-weight: 600;
}
.MainContent {
    width: 100%;
    margin: 0 auto;
    height:auto !important;
    border:0px solid red;
    position:relative; 
    overflow:auto;
}
.MainLeft {
    width: 175px;
    margin-top: 0;
    border: 0px solid #c0c0c0;
    float: left;
    height:auto !important;
    /*background-color:#efefef;*/
}
.MainRight {
    margin-left: 180px;
    border: 1px solid #c0c0c0;
    padding: 10px 10px 10px 10px;
}
.InfoContent {
    width: 100%;
    margin: 0 auto;
    height:auto !important;
    border:0px solid red;
    position:relative; 
    overflow:auto;
}
.InfoLeft {
    width: 270px;
    margin-top: 0;
    border: 0px solid #c0c0c0;
    float: left;
    height:auto !important;
    
    /*background-color:#efefef;*/
}
.InfoRight {
    margin-left: 280px;
    border: 1px solid #c0c0c0;
    padding: 10px 10px 10px 10px;
}
.MainBot {
    text-align: center;
    clear: both;
    height :30px;
    position:relative; 
}
.downlink:link {
	cursor:pointer;
	color:#619eff;
	text-decoration:none;
}
.downlink:hover {
	color: #ff0000;
    text-decoration: none;
}

/*框架中左菜单列表*/
#main_left_menu {
    width: 140px;
    height: 30px;
    background: #e1e1e1  url(Images/menu_left.png) no-repeat left;
    margin: 5px auto;
    background-position:10px;
    line-height:30px;
    padding-left:30px;
}
#main_left_menu a:link {
    color: #3b3420;
    text-decoration: none;
}
#main_left_menu a:visited {
    color: #3b3420;
    text-decoration: none;
}
#main_left_menu a:hover {
    color: #2244F1;
    text-decoration: none;
}
#main_left_menu a:active {
    color: #3b3420;
    text-decoration: none;
}
#main_footer {
    height: 40px;
    background: #06b0b7;
    text-align: center;
    padding-top: 10px;
    color: #3bf9c5;
}
/*----------Datagrid-----------------*/
#DivGvl #DivGvlTitle #DivGvlContent{
    width: 100%;
    border:0px;
}
#DivGvlTitle {
    height:35px;
    margin:auto;
    color:#ffffff;
    background: #06958f url(images/title_logo.png) no-repeat left;
    background-position:10px;
    padding-left:30px;
    line-height:35px;
    overflow:hidden;
}

.mGrid {    
    width: 100%;    
    background-color: #fff;    
    margin: 5px 0 10px 0;    
    border: solid 1px #efefef;    
    border-collapse:collapse;    
}   
.mGrid td {    
    font-size:1em;
	border:1px solid #efefef;
	padding:3px 7px 2px 7px;  
    height :25px;  
}   
.mGrid th {    
    font-size:1.1em;
	text-align:left;
	padding-top:5px;
    padding-left:10px;
	padding-bottom:4px;
	background-color:#a0a0a0;
	color:#ffffff;
    height :30px; 
}   
.mGrid .alt { background: #efefef; }   
.mGrid .pgr { background: #a0a0a0;}   
.mGrid .pgr table { margin: 5px 0; }   
.mGrid .pgr td {    
    border-width: 0;    
    padding: 0 6px;    
    border-left: solid 1px #efefef;    
    font-weight: bold;    
    color: #fff;    
    line-height: 12px;    
 }      
.mGrid .pgr a { color: #efefef; text-decoration: none; }   
.mGrid .pgr a:hover { color: #000; text-decoration: none; }  
/*2016新按钮样式*/
.Btn {
    background-color: #007378;
    border: 1px solid #dbe6c4;
    color: white;
    padding: 10px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    float: left;
    height :35px;
}
.Btn:hover {
    background-color: #06958f;
}

/*提交表单样式灰色*/
.FormCss {
    font-size: 15px;
}
.FormCss h1 {
    padding: 20px 0px 20px 40px;
    display: block;
    color: #fff;
    background: #06958f;
    border-bottom:2px solid #05736e;
    margin:auto;
}
.FormCss h1>span {
    display: block;
    font-size: 12px;
    color: #efefef;
    padding-top:5px;
}
.FormCss label {
    display: block;
    margin-top: 10px; 
}
.FormCss label>span {
    padding-left: 30px;
    color: #5E5E5E;
}
.FormCss input[type="text"], .FormCss input[type="email"], .FormCss input[type="password"], .FormCss textarea, .FormCss select {
    color: #06958f;
    height: 30px;
    line-height:30px;
    width: 300px;
    padding: 0px 0px 0px 10px;
    margin: 10px 0px 0px 30px;
    border: 1px solid #d7d9d9;
    background: #f7f7f7;
    display: block;
}
.FormCss input:focus, .FormCss textarea:focus,.FormCss select:focus {
    background: #efefef;
    border:1px solid #06958f;
    box-shadow: 0 0 3px #aaa;
}

.FormCss textarea{
    height:100px;
    padding-top: 10px;
}

.FormCss input[type="submit"] {
    color: #ffffff;
    height: 30px;
    line-height:30px;
    margin: 10px 0px 0px 30px;
    background: #06958f;
    display: block;
    border: none;
    width: 80px;
}
.FormCss input[type="submit"]:hover {
    background-color:#80A24A;
}
/*#endregion*/